home *** CD-ROM | disk | FTP | other *** search
/ InterCD 2001 December / december_2001.iso / Internet Programs / HTML Webmaster 2.0 / _SETUP.1 / editpostaction.asp < prev    next >
Encoding:
Text File  |  2000-07-20  |  1.6 KB  |  52 lines

  1. <%@ Language=VBScript %>
  2. <%
  3. '=======================================================================
  4. '
  5. ' "ASP Forums" - a web-based discussion forum implementation.
  6. ' Copyright (C) 1999, 2000  ASP Forums, http://www.aspforums.com/
  7. '
  8. ' This library is free software; you can redistribute it and/or
  9. ' modify it under the terms of the GNU Lesser General Public
  10. ' License as published by the Free Software Foundation; either
  11. ' version 2.1 of the License, or (at your option) any later version.
  12. '
  13. ' This library is distributed in the hope that it will be useful,
  14. ' but WITHOUT ANY WARRANTY; without even the implied warranty of
  15. ' MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
  16. ' Lesser General Public License for more details.
  17. '
  18. ' You should have received a copy of the GNU Lesser General Public
  19. ' License along with this library; if not, write to the Free Software
  20. ' Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
  21. '
  22. '=======================================================================
  23.  
  24. '=======================================================================
  25. ' ASP Forums version 2.0 beta 2 - July 20th 2000.
  26. '=======================================================================
  27. %>
  28. <%Option Explicit%>
  29. <!-- #INCLUDE file="aspforums.asp" -->
  30. <HTML>
  31. <HEAD>
  32. <TITLE><%FORUM_TITLE_DISC%></TITLE>
  33. </HEAD>
  34.  
  35. <BODY>
  36.     <H1><%FORUM_TITLE_DISC%></H1>
  37.  
  38.     <P>
  39.     <%SAVE_EDITED_MESSAGE_DISC%>
  40.     </P>
  41.  
  42.     <P>
  43.     <%PARENT_MESSAGE_LINK_DISC%>
  44.     </P>
  45.  
  46.     <P>
  47.     <%FORUM_LINK_DISC%>
  48.     </P>
  49.  
  50.         <%CLEANUP_DISC%>
  51. </BODY>
  52. </HTML>